type github.com/klauspost/compress/zstd.literalsBlockType

7 uses

	github.com/klauspost/compress/zstd (current package)
		blockdec.go#L29: type literalsBlockType uint8
		blockdec.go#L32: 	literalsBlockRaw literalsBlockType = iota
		blockdec.go#L281: 	litType := literalsBlockType(in[0] & 3)
		blockenc.go#L147: func (h *literalsHeader) setType(t literalsBlockType) {
		blockenc.go#L241: 	return fmt.Sprintf("Type: %d, SizeFormat: %d, Size: 0x%d, Bytes:%d", literalsBlockType(h&3), (h>>2)&3, h&((1<<60)-1)>>4, h>>60)
		blocktype_string.go#L41: func (i literalsBlockType) String() string {
		blocktype_string.go#L42: 	if i >= literalsBlockType(len(_literalsBlockType_index)-1) {